home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / sound / amigaamp / amigaamp.readme < prev    next >
Text File  |  1999-11-29  |  23KB  |  592 lines

  1. Short:    MPEG audio player with GUI (68k/PPC)
  2. Uploader: Thomas Wenzel (wenzel@act-net.com)
  3. Author:   Thomas Wenzel (wenzel@act-net.com)
  4. Type:     mus/play
  5. Version:  2.7
  6.  
  7.  
  8. Homepage
  9. --------
  10. http://amigaamp.amiga-software.com
  11.  
  12.  
  13. Introduction
  14. ------------
  15. You want an MPEG audio player that really makes use of your high spec
  16. Amiga? Here it is!
  17.  
  18. AmigaAMP is a GUI based MPEG audio player using mpega.library on the 68k
  19. processor or the amp decoding engine in the PPC version.  Sound is played
  20. back using the AHI audio system.  AmigaAMP is NOT another frontend for the
  21. CLI based mpega.  Anyway, if you've got problems not related to the user
  22. interface but with AHI, AsyncIO or mpega.library, PLEASE contact the
  23. corresponding author directly.  I wouldn't be able to help you in this
  24. case.
  25.  
  26. Important: AmigaAMP is optimized for visual appearance and accuracy, not
  27. for extremely low cpu load!
  28.  
  29. What does that mean? Well...if there's a percussion hit, you see it on the
  30. analyzer immediately. Not half a second later, not half a second earlier.
  31. People who say "I don't care about this, I just want to see some movement in
  32. the display" should use another player :-)
  33.  
  34. However, if anyone has a fast PowerPC and a fast graphics card which ain't
  35. got nothing to do but run the PPC version of Heretic, AmigaAMP is just
  36. right :)
  37.  
  38.  
  39. Requirements (not included in this archive!)
  40. --------------------------------------------
  41. AmigaOS 3.0 or higher
  42. 68030-50MHz processor or better
  43. mpega.library      (Aminet:util/libs/mpega_library.lha)
  44. asyncio.library    (Aminet:dev/c/AsyncIO.lha)
  45. AHI audio system   (Aminet:mus/misc/ahiusr.lha)
  46.  
  47.  For most of the skins:
  48.  - picture.datatype v43
  49.  - ilbm.datatype v44
  50.  - bmp.datatype v40
  51.  
  52.  For the guigfx loading routines
  53.  - guigfx.library v16
  54.  - render.library v30
  55.  
  56. An important note on graphics patches
  57. -------------------------------------
  58.  
  59. There are numerous programs around that patch functions of graphics.library
  60. to make some routines faster or to redirect calls to CyberGraphX. I strongly
  61. recommend NOT to use those patches but to upgrade to *real* AmigaOS 3.1 and
  62. use a graphic card instead. GFXPatch made AmigaAMP think it was running
  63. under 3.1 and as a result some other functions didn't work as expected.
  64. PatchWPA8 caused deadlocks because several subprocesses of AmigaAMP may
  65. call the patched routine at the same time. NewWPA8 has been reported to
  66. work so far but I won't rely on that! Now get a soundcard, get a graphics
  67. card, get AmigaOS 3.1 and stop bothering me! :-)
  68.  
  69. An important note on file systems
  70. ---------------------------------
  71.  
  72. Some filesystems, especially network-filesystems tend to have problems with
  73. asyncio.library. If you experience problems like sudden hangups during
  74. playback or no playback at all when skipping to the next track, try
  75. switching off asyncio.library by setting the NOASYNCIO ToolType.
  76.  
  77.  
  78. Recommended
  79. -----------
  80. Prelude soundcard
  81. PowerUP and ppc.library v46
  82. AmigaOS 3.1 (OS3.1 or CGFX is needed for the internal spectrum analyzer!)
  83.  
  84.  
  85. Features
  86. --------
  87.  - FREEWARE!  No nag requesters and no expiry date!
  88.  - GadTools based font sensitive user interface
  89.  - Alternatively WinAMP compatible user interface
  90.  - Fast, synchronous spectrum analyzer (almost no latency)
  91.  - Workbench application (you can drop icons on its window)
  92.  - Easily configurable
  93.  - AHI device-level access (uses default audio mode automatically)
  94.  - ID3 tag editor (artist, title, albm, etc.)
  95.  - Visualisation plugin system
  96.  
  97.  - support for:                                         -> file needed:
  98.  
  99.    * hardware based decoders
  100.      -----------------------
  101.      - MPEGit (MPEG audio decoder module for Prelude)   -> libs:prelude.library
  102.  
  103.    * software based decoders
  104.      -----------------------
  105.      - internal PowerUP decoding engine (amp 0.7.6)     -> Engines/Internal
  106.      - mpega.library (either PowerUP, WarpUP or 680x0)  -> libs:mpega.library
  107.      - external decoder plugin (based on whatever)      -> Engines/External
  108.  
  109.  
  110. Limitations
  111. -----------
  112.  - The PPC version doesn't support MPEG2.5
  113.  - No realtime spectrum when using AmigaOS 3.0 without gfx card
  114.  
  115.  
  116. Directory structure
  117. -------------------
  118.  * AmigaAMP
  119.    The main executable, the docs and the icons reside here.
  120.  
  121.  * AmigaAMP/Engines
  122.    This directory contains AmigaAMP's 'internal' PowerUP decoding
  123.    engine. Any third party engines (called 'external') must be copied
  124.    here.
  125.  
  126.  * AmigaAMP/Plugins
  127.    Put all your visualisation plugins in here
  128.  
  129.  * AmigaAMP/Skins
  130.    This is the place for all the graphic extensions (skins)
  131.  
  132. There are two versions of the main executable:
  133.  
  134.  - AmigaAMP        compiled for 68060 (runs on 040, too)
  135.  - AmigaAMP.NoFPU  compiled for processors without FPU
  136.  
  137. History
  138. -------
  139. v2.7  - skin support for playlist window
  140.       - non-interrupted playback when opening the config window
  141.       - waveform data is now available for plugins as well
  142.       - shift-click in the analyzer display changes its resolution
  143.       - pulldown menus for skins and plugins
  144.       - during uniconify the skin will only be reloaded if nessecary
  145.       - new AREXX commands: FFWD and REW
  146.       - playlist loading via AREXX fixed
  147.       - external decoder type will be displayed in the engine cycle gadget
  148.       - fixed some bugs in the backdrop/immovable window routines
  149.       - the analyzer peak dots will now be displayed in the right color
  150.       - now using guigfx for loading the images, set ToolType NOGUIGFX if
  151.         you don't want that
  152.       - asyncio.library usage can be disabled by setting NOASYNCIO
  153.       - better click reduction for MPEGit
  154.       - filenames being passed to AmigaAMP when starting it a second time
  155.         now may contain spaces
  156.       - better detection of MPEG streams that have a text header in front
  157.         of the stream data
  158.  
  159. v2.6  - graphic EQ (PowerPC only!)
  160.       - faster skin loading
  161.       - windows can be set to backdrop and immovable
  162.       - priority slider now affects PowerUP decoder priority as well
  163.         but only after you quit and restart the program
  164.       - finer pitch-control: now four steps per semitone
  165.       - new tooltype PLAYLIST for default playlist to load at startup
  166.       - warning requester if no stereo++ mode ist selected for AmigaAMP's
  167.         AHI unit
  168.       - Dropping files on the playlist window now adds them to the list
  169.         instead of replacing the old ones
  170.  
  171. v2.5  - removed a routine that caused problems with some AHI installations
  172.         (SP2)
  173.       - less clicking noise when starting MP3 playback on MPEGit (SP1)
  174.       - fixed a bug in the playlist saver which caused the filenames to
  175.         be truncated sometimes
  176.       - extended plugin data available including title, artist and more
  177.       - Fixed the PowerUP based MP2 decoder (thanks to Jan Uerpmann!)
  178.       - new decoder plugin system, can be configured from within AmigaAMP
  179.       - sealed some memory leaks
  180.       - Ahi.device will be closed every time you hit the stop button. If
  181.         you don't want this to happen, tick "keep AHI open" in the config
  182.         window.
  183.       - ID3v2 support (currently read-only)
  184.       - better variable-bitrate (vbr) mpeg support
  185.       - ready for graphic eq, but not yet built in
  186.       - NewMouse support (Aminet:hard/misc/NewMouse11.lha)
  187.  
  188. v2.4  - Due to lack of time it may take a while until I can answer your
  189.         email. Perhaps I won't be able to answer it at all :-(
  190.         You can be sure that I _read_ each and every mail. I'm always
  191.         happy to receive feedback :)
  192.       - visualisation plugins didn't receive data when AmigaAMP was run
  193.         in GadTools mode -- fixed that
  194.       - yet another bug in the ID3 loader/saver detected and eliminated
  195.       - new fullscreen plugin added to the distribution archive
  196.       - built in visualisation now supports cybergraphics as well
  197.  
  198. v2.3  - reworked the skin display once again
  199.       - 68k based spectrum analyzer that works with mpega.library, too
  200.         (68060 processor and/or PPC version of mpega needed)
  201.       - visualisation plugin system (only makes sense when using the
  202.         internal PPC decoder)
  203.       - fixed a bug that caused some MP3s to be treated as playlists
  204.       - activated shuffle gadget now shuffles the playlist each time
  205.         you start playing the first track
  206.       - included an 060 optimized version
  207.  
  208. v2.2  - better CyberGraphX compatibility
  209.       - editable playlist including loading and saving (from the menu)
  210.       - time/remain display
  211.       - freaky animation in the bottom right corner :)
  212.       - autoscrolling song/artist text in WinAMP mode
  213.       - skin display while loading on highcolor/truecolor screens
  214.       - random play (shuffle)
  215.       - more alphabetically sorted genres
  216.       - key sensitive genre requester
  217.       - pitch shift (+ and - keys on numeric keypad, * resets speed)
  218.       - improved PUBSCREEN and SCREENMODE capabilities
  219.       - fixed internal crossfader
  220.         Start two aamps and hold shift while dragging the volume slider
  221.       - support for 'nums_ex' and 'volbar' named skin images
  222.  
  223. v2.1  - configurable playback buffer size (should cure many problems!)
  224.       - fixed a bug that caused truecolor skins to be dithered even on
  225.         truecolor screens
  226.       - Skin pictures can have any extension you like as long as the name
  227.         is correct.
  228.       - Fixed a bug in the PPC loader for 48 kHz MPEGs
  229.       - asynchronous filerequester
  230.       - Skins can be reloaded at any time.
  231.       - auto-play after opening a file if playback was active before opening
  232.       - corrected some skin positions
  233.       - visualisation for the 68k version, too (level meters)
  234.       - MaxFreq finally works
  235.  
  236. v2.0  - so many changes it was worth bumping the version number :-)
  237.       - position of genre listview gadget fixed
  238.       - fixed bugs when playing mono or 22.05 kHz files
  239.       - digital volume control
  240.       - AREXX interface (see AREXX.readme)
  241.       - automatic detection if another AmigaAMP task is already
  242.         running
  243.       - alphabetically sorted playlist (not editable yet)
  244.       - configurable buffersize
  245.       - WinAMP lookalike GUI (see below)
  246.       - Improved fontsensitivity of old GUI
  247.       - cached taginfo -- will be written when the file is closed
  248.  
  249. v1.1  - name changed to AmigaAMP
  250.       - PPC version
  251.       - ID3 tag editor
  252.       - commandline support
  253.  
  254. v1.0  - initial release called MPEGAHI
  255.  
  256. Getting started (configuration)
  257. -------------------------------
  258. Important! You need a properly installed and configured AHI audio system
  259. to run AmigaAMP. Without a correct setup the sound may be very poor and
  260. AHI will draw too much CPU power!
  261.  
  262. First of all run the AHI setup program in your Prefs drawer. Select
  263. one of the units from 0 to 3 but not the Music unit. If you don't use
  264. unit 0 for anything already I recommend using that one.
  265.  
  266. Select one of the "fast stereo++" audiomodes that matches your audio
  267. hardware. For Prelude playback I recommend "Prelude:Fast 16 bit stereo++
  268. realtime".
  269.  
  270. Now you need to know what sampling rate most of your MPEG files
  271. have. Probably it's 44100 Hz because that's the standard CD rate. If
  272. you have a slow processor you may want to run AmigaAMP in frequency division
  273. mode to reduce CPU load. Have a look at the table below for the recommended
  274. settings.
  275.  
  276. It is important to set the frequency slider to your mostly used frequency
  277. divided by your chosen frequency divisor. For example, if you're going to
  278. playback lots of 44100 Hz MPEGs and frequency division is 1:2, set the
  279. Frequency slider to 22050 Hz.
  280.  
  281. If you don't plan to have several programs playing back audio at the
  282. same time, please leave the Channels slider at position 1. The remaining
  283. settings depend on your audio hardware.
  284.  
  285. Ok, press the "Save" button in the bottom left corner.
  286.  
  287. Now it's time to configure AmigaAMP itself. If you've chosen another
  288. AHI device than 0, you have to change the AHIUNIT tooltype of AmigaAMP
  289. first. If not, just start it by double clicking on its icon and pop up
  290. the setup window by chosing Config... from the menu.
  291.  
  292. Set the sliders and checkmarks to the recommended settings, save them using
  293. the menu and close the settings window again.
  294.  
  295. That's it! AmigaAMP is now configured. You may want to fine-tune the
  296. settings later. The overall performance depends on the speed of mpega.library
  297. AND the the speed of your soundcard's AHI driver.
  298.  
  299. Recommended settings (tested with Prelude:Fast 16 bit stereo++ realtime)
  300. ------------------------------------------------------------------------
  301.  
  302.           |     Layer 1/2        |        Layer 3
  303. Processor | Quality|FreqDiv|Mono | Quality|FreqDiv|Mono
  304. ----------+--------+-------+-----+--------+-------+-----
  305. 68040-40  |  high  |  1:2  | off | medium |  1:2  | on 
  306. 68060-50  |  high  |  1:1  | off |  high  |  1:1  | off
  307. PPC604e   |  high  |  1:1  | off |  high  |  1:1  | off
  308.  
  309. Note: In fact only the 68k version is affected by these settings.
  310.  
  311.  
  312. Advanced settings
  313. -----------------
  314. * Bufsize:
  315. Set the size of the read ahead buffer. Try playing with it until you
  316. get best results. (Normally 16 to 32K is best)
  317. Setting the buffersize to FILE means that the read ahead buffer will
  318. be as large as the current track eliminating all disk access during
  319. play. Attention! This option isn't 100% stable yet!
  320.  
  321. * TaskPri:
  322. Set the running task priority of AmigaAMP. The recommended value for
  323. uninterrupted playback is 1. God knows what happens if some 3rd party
  324. task rescheduler starts fiddling around with AmigaAMP's internal task
  325. priorities...
  326.  
  327. * Read ID3 TagInfo
  328. Try to read information about artist, title, etc. Because those are stored
  329. at the end of the file it may slow down loading a bit. If this function
  330. is switched off, TagInfo can neither be edited nor saved!
  331.  
  332. * Allow multiple instances
  333. Normally when you click on an MPEG file project icon while AmigaAMP is
  334. already playing another one, no second AmigaAMP task will be launched but
  335. the already running task will start playing the new file. This behaviour
  336. can be switched off. You have to start AmigaAMP twice manually and then
  337. save the config with "Allow multiple instances" switched on from both
  338. running tasks.
  339.  
  340. * Limit volume to 0dB
  341. The volume slider ranges from silence to +6dB volume so that you can boost
  342. more silent recordings. If you don't want to turn the volume above normal
  343. accidentally, you can switch on this option.
  344.  
  345. * ToolType: MPEGIT
  346. REMOVED! Please use the "Engines" cycle gadget instead.
  347.  
  348. * ToolType: DIRECTORY
  349. Default directory to display in filerequester.
  350.  
  351. * ToolType: NOGUIGFX
  352. Because of permanent problems with my method of using datatypes directly
  353. I've changed over to guigfx.library. If this causes problems on your
  354. system, you can always switch back to the old method by setting the
  355. NOGUIGFX ToolType.
  356.  
  357. * ToolType: NOASYNCIO
  358. Some filesystems, especially over the network, cause problems with
  359. asyncio.library. To revert to the original AmigaDOS routines you can
  360. set NOASYNCIO.
  361.  
  362. * ToolType/Keyword: SCREENMODE
  363. Tell AmigaAMP to use its own screen. The mode has to be specified in
  364. decimal or hexadecimal format. Hex values have to be preceeded by
  365. <0x> or <$>. Example: SCREENMODE=0x50021303
  366.  
  367. * ToolType/Keyword: PUBSCREEN
  368. Name of the public screen that AmigaAMP will display its GUI on.
  369. Example: PUBSCREEN=DOPUS.1
  370.  
  371. Usage (how to load and play sounds)
  372. -----------------------------------
  373. Most of the buttons should be self-explanatory because they can be found
  374. on almost every CD player or tapedeck. However, as a computer program,
  375. AmigaAMP is based on files, so there may be slight differences. The bottom
  376. line buttons from left to right are:
  377.  
  378.  - Eject      Stops playback, empties the current playlist and opens a
  379.               requester to select one or more files
  380.  - Skip back  Moves to the previous track in the playlist if there is one.
  381.  - Stop       Simply stops playback. (What else did you expect? :-)
  382.  - Play       Starts playback if there's at least one track in the current
  383.               playlist. If it's not, opens a requester to select tracks.
  384.  - Skip fwd   Moves to the next track in the playlist if there is one.
  385.  - Pause      Pauses playback at the current position
  386.  
  387. Just above the control button's there's a position slider. As you play
  388. a file, it's button moves from left to right to display the relative
  389. playback position within the current track. You can use the mouse to drag
  390. this slider to a new position.
  391.  
  392. Keyboard shortcuts
  393. ------------------
  394. CURSOR RIGHT        skip 10s forward
  395. CURSOR LEFT         skip 10s backward
  396. CURSOR UP           increase volume
  397. CURSOR DOWN         decrease volume
  398. SPACE               play/stop
  399. P                   pause
  400. NUM +               increase speed by one semitone
  401. NUM -               decrease speed by one semitone
  402. NUM *               normal playback speed
  403. Z                   skip back one track
  404. X                   play
  405. C                   pause
  406. V                   stop
  407. B                   skip fwd one track
  408. N                   eject
  409.  
  410. About the WinAMP GUI
  411. --------------------
  412. Since WinAMP v1.80 you can load customizeable textures (so called skins) for
  413. the GUI. The skins consist of several bitmapped pictures together in one
  414. directory and contain the the look of the window itself as well as images
  415. for all the gadgets. Because more and more people ask me to make AmigaAMP
  416. look like WinAMP I now included an alternative GUI routine that can load
  417. those WinAMP skins!
  418.  
  419. To keep the archive small I'm just including the base skin from now on.
  420.  
  421. To activate one of those GUIs you have to switch on "Skin display" in the
  422. config window.
  423.  
  424. Although the pictures all have the extension .iff they can be any format
  425. that you have a datatype for. If you find a working BMP datatype (try
  426. loading the pictures with multiview first) you can even copy WinAMP skins
  427. direcly. AmigaAMP will try to load pictures with different extensions
  428. automatically.
  429.  
  430.  
  431. Legal stuff
  432. -----------
  433. AmigaAMP is copyrighted freeware. It may be distributed freely as long as
  434. no modifications are made to the executable and this document. A nominal
  435. fee may be asked to cover distribution costs.
  436.  
  437. AmigaAMP may not be used for any commercial purposes or included with any
  438. commercial product without the written permission of the author. It may not
  439. be advertised, offered or distributed together or in conjunction with
  440. commercial products. The only exception is the Aminet archive.
  441.  
  442. AmigaAMP makes use of the MPEG Layer-3 audio compression technology licensed
  443. by Fraunhofer IIS and THOMSON multimedia.
  444.  
  445. No responsibilities are taken for damaged speakers, amplifiers, Amigas
  446. or any other components or data involved while using AmigaAMP.
  447.  
  448. Although I've done some beta testing I can't guarantee that AmigaAMP will
  449. not crash! If you find any bugs, let me know.
  450.  
  451. Here's the original amp.readme:
  452. -------------------------------
  453. amp MPEG audio decoder readme file (version 0.7.5)
  454. (C) Tomislav Uzelac  1996,1997
  455.  
  456. amp is free software and can be _used_ freely by anyone. If you want to
  457. do anything else with it, be sure to check the Legal section of this
  458. document for legal issues.
  459.  
  460. THERE IS NO WARRANTY FOR THIS PROGRAM. Please check out the Legal section
  461. of this document.
  462.  
  463. 1. Introduction
  464. 2. Installation
  465. 3. Running
  466. 4. Feedback
  467. 5. Contributing
  468. 6. Legal
  469.  
  470.  
  471. 1. Introduction
  472.  
  473. amp (Audio Mpeg Player) is an MPEG audio decoder which I originally started 
  474. putting together as a side project of the MPEG hardware design project at 
  475. FER/Zagreb - just to confirm my knowledge of the standard. It works with
  476. both MPEG1 and MPEG2 audio streams (except for the multichannel extensions
  477. defined in MPEG2), layers 2 and 3. 
  478.  
  479. There is a gui for amp, written in Tcl/Tk by Edouard Lafargue. It is 
  480. available at the amp home site ftp://ftp.rasip.fer.hr
  481.  
  482. Another gui supported is the Sajber Jukebox, written by Joel Lindholm.
  483.  
  484. The following people contributed their time and knowledge to amp:
  485. Karl Anders Oygard, Ilkka Karvinen, Lutz Vieweg, Dan Nelson,
  486. Edouard Lafargue, Andrew Richards, George Colouris,
  487. Dmitry Boldyrev, Andy Lo A Foe, Thomas Sailer, Justin Frankel
  488.  
  489. amp home location is
  490.     ftp://ftp.rasip.fer.hr/pub/mpeg/
  491.  
  492. and the mailing list: send 'HELP' in the body of the message to:
  493.     multimedia@rasip.fer.hr
  494.  
  495. If you want to find out more about MPEG, best places to start are
  496.     http://www.mpeg.org
  497.     http://www.mpeg2.de 
  498.  
  499.  
  500. 2. Installation
  501.  
  502. Installation should be simple enough if amp was ported to your system,
  503. just do a 
  504.  
  505. ./configure
  506. make 
  507.  
  508. You can edit the makefile further to suit your system. If configure fails 
  509. to make a usable Makefile, you'll _have_ to edit it yourself.
  510.  
  511. Linux users should try real-time playing support, as described
  512. in doc/realtime.txt. Some people that might pass on this feature are
  513. those with slower machines (i.e. 486's), or SMP systems (see the
  514. doc/linuxrealtime.txt file). 
  515. Some versions of the linux C library produce an error when compiling
  516. amp with realtime support. A quick fix is to edit /usr/include/sched.h
  517. and replace _P in the offending line with __P.
  518.  
  519. ./configure --enable-realtime
  520. make
  521. chown root.root amp
  522. chmod u+s amp
  523.  
  524. ... this requires /dev/dsp to be both world readable and writeable. If you
  525. have a special group for people allowed to use the sound device (for
  526. instance, a group called sound), you can do a:
  527.  
  528. chmod g+s amp
  529.  
  530. or make your audio card world read/writeable (not recomended)
  531.  
  532. chmod o+rw /dev/dsp*
  533.  
  534. 3. Running:
  535.  
  536. 'amp -h' gives you usage & options. If your computer is on the slower
  537. side, direct playback might not work, but you can decode it
  538. to .wav or raw pcm and play it later.
  539.  
  540.  
  541. 4. Feedback
  542.  
  543. Send in your makefiles, opinions, bugreports, fixes; anything related to this
  544. program. You can also send me unlimited amounts of money, sugar, milk, etc.
  545.  
  546. If you find any mpeg audio files that amp has trouble decoding, please tell
  547. me about this via e-mail <tuzelac@rasip.fer.hr>.
  548.  
  549.  
  550. 5. Contributing
  551.  
  552. Please contribute to amp. If you want to know what is going on in amp 
  553. development, you can join the developers mailing list
  554.  
  555.     mpeg_audio_developers@rasip.fer.hr
  556.  
  557. There are certain debugging facilities that I made in amp, but are disabled
  558. in the current release (they are neither nice nor user-friendly). If anyone
  559. enhances them (they are in dump.c) to the point that they're actually
  560. usable I'll be happy to include the changes in the release. I think this
  561. kind of debug output would be very useful to people studying these audio
  562. algorithms.
  563.  
  564.  
  565. 6. Legal
  566.  
  567. This software can be used freely for any purpose. It can be distributed
  568. freely, as long as it is not sold commercially without permission from
  569. Tomislav Uzelac <tuzelac@rasip.fer.hr>. However, including this software
  570. on CD_ROMs containing other free software is explicitly permitted even 
  571. when a modest distribution fee is charged for the CD, as long as this
  572. software is not a primary selling argument for the CD.
  573.  
  574. Building derived versions of this software is permitted, as long as they
  575. are not sold commercially without permission from Tomislav Uzelac 
  576. <tuzelac@rasip.fer.hr>. Any derived versions must be clearly marked as
  577. such, and must be called by a name other than amp. Any derived versions
  578. must retain this copyright notice.
  579.  
  580. /* This license is itself copied from Tatu Ylonen's ssh package. It does 
  581.  * not mention being copyrighted itself :)
  582.  */
  583.  
  584. THERE IS NO WARRANTY FOR THIS PROGRAM - whatsoever. You use it entirely
  585. at your risk, and neither Tomislav Uzelac, nor FER will be liable for
  586. any damages that might occur to your computer, software, etc. in
  587. consequence of you using this freeware program.
  588.  
  589.  
  590. Tomislav Uzelac
  591. <tuzelac@rasip.fer.hr>
  592.